home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4364 / 4364.xpi / chrome / elemhidehelper.jar / skin / classic / overlay.css < prev   
Cascading Style Sheet File  |  2009-07-01  |  2KB  |  96 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Adblock Plus Element Hiding Helper.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Wladimir Palant.
  18.  * Portions created by the Initial Developer are Copyright (C) 2006-2009
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * ***** END LICENSE BLOCK ***** */
  24.  
  25. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  26.  
  27. #ehh-helpbox, #ehh-commandlabel, #ehh-viewsource
  28. {
  29.     margin: 10px;
  30.     padding: 5px;
  31. }
  32.  
  33. #ehh-helpbox .key
  34. {
  35.     font-weight: bold;
  36.     margin-right: 10px;
  37. }
  38.  
  39. #ehh-helpbox-title
  40. {
  41.     font-size: 130%;
  42.     margin-bottom: 10px;
  43. }
  44.  
  45. #ehh-commandlabel
  46. {
  47.     font-size: 200%;
  48. }
  49.  
  50. #ehh-commandlabel-key
  51. {
  52.     font-weight: bold;
  53. }
  54.  
  55. #ehh-viewsource description,
  56. #ehh-viewsource hbox,
  57. #ehh-viewsource vbox
  58. {
  59.     margin: 0px;
  60. }
  61.  
  62. #ehh-viewsource .elementBox
  63. {
  64.     border: 1px solid #CCCCCC;
  65.     margin: 5px;
  66. }
  67.  
  68. #ehh-viewsource .text,
  69. #ehh-viewsource .cdata,
  70. #ehh-viewsource .comment
  71. {
  72.     margin: 0px 5px;
  73. }
  74.  
  75. #ehh-viewsource .tagName
  76. {
  77.     font-weight: bold;
  78.     color: #FF0000;
  79. }
  80.  
  81. #ehh-viewsource .attrName
  82. {
  83.     margin-left: 5px;
  84.     color: #00FF00;
  85. }
  86.  
  87. #ehh-viewsource .attrValue
  88. {
  89.     color: #0000FF;
  90. }
  91.  
  92. #ehh-viewsource .comment
  93. {
  94.     color: #808080;
  95. }
  96.